home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ╔════════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ Computer Solutions ║
- echo ║ P.O. Box 354 ║
- echo ║ Mason, MI 48854 ║
- echo ║ ║
- echo ║ ║
- echo ║ Thank you for your purchase. We strive to offer you the latest ║
- echo ║ in shareware and public domain software at very reasonable prices. We ║
- echo ║ appreciate your interest in our company and will try to earn your ║
- echo ║ respect with good software at good prices. Please browse through our ║
- echo ║ catalog for many more exciting offerings. We look forward to serving ║
- echo ║ you! ║
- echo ║ ║
- echo ║ To Order: ║
- echo ║ 1-800-874-9375 ║
- echo ║ ║
- echo ║ Information & Michigan: ║
- echo ║ 1-517-628-2943 ║
- echo ║ ║
- echo ╚════════════════════════════════════════════════════════════════════════════╝
- pause
- cls
- echo ╔════════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ You have purchased Computer Solutions Disk LC01 ║
- echo ║ cScreen Editor with Source ║
- echo ║ ║
- echo ║ This is a complete screen editor program to edit files. Some of ║
- echo ║ the powerful features of this editor include: a macro buffer with a ║
- echo ║ learn mode for building macro definitions, block moves and copies ║
- echo ║ and virtual memory to disk (files larger then memory can be used). ║
- echo ║ This editor was designed to be a programmer's editor. Comes with ║
- echo ║ documentation and complete source code written in C and a little ║
- echo ║ assembler. ║
- echo ║ ║
- echo ║ ║
- echo ╚════════════════════════════════════════════════════════════════════════════╝
- pause
- :h
- cls
- echo ╔════════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ ║
- echo ║ This disk contains documentation to help you with the use of it's ║
- echo ║ programs. This information can be displayed on your screen, printed on ║
- echo ║ your printer or you can skip reading it now and look at it later. ║
- echo ║ ║
- echo ║ 1) View it on the screen ║
- echo ║ 2) Print it on the printer ║
- echo ║ 3) Skip it for now, and return to DOS ║
- echo ║ ║
- echo ╚════════════════════════════════════════════════════════════════════════════╝
- :g
-
- getdigit Your choice :
- if errorlevel 4 goto g
- if errorlevel 3 goto e
- if errorlevel 2 goto p
- if errorlevel 1 goto s
- :p
- cls
- echo Get your printer ready ...
- pause
- copy read.me prn:
- goto h
- :s
- browse read.me
- goto h
- :e
- cls